Subquery Scan
Short Description
The Subquery Scan node reads the results of a subquery
Detailed Description​
SubqueryScan is for scanning the output of a sub-query in the range table. An extra plan node is often needed above the sub-query's plan to perform expression evaluations (which can't be pushed into the sub-query without risking changing its semantics).
Additional Links​
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.